home *** CD-ROM | disk | FTP | other *** search
/ Champak 106 / Vol 106.iso / games / crash_du.swf / scripts / DefineSprite_143 / frame_12 / DoAction.as
Encoding:
Text File  |  2010-04-12  |  240 b   |  6 lines

  1. play();
  2. duplicateMovieClip(bonnetSmoke,"bonnetSmoke" + smokeCount,16384 + smokeCount);
  3. this["bonnetSmoke" + smokeCount]._x = smokeX + Math.random() * 20;
  4. this["bonnetSmoke" + smokeCount]._y = smokeY + Math.random() * 20;
  5. smokeCount++;
  6.